projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a2f1ee
)
rcar_gen3: plat: Fix cache line size
author
Marek Vasut
<
[email protected]
>
Sun, 30 Dec 2018 16:21:39 +0000
(17:21 +0100)
committer
Marek Vasut
<
[email protected]
>
Tue, 8 Jan 2019 13:06:29 +0000
(14:06 +0100)
The CPU has cache line size of 64 Bytes, fix the cache line size.
Signed-off-by: Marek Vasut <
[email protected]
>
plat/renesas/rcar/include/platform_def.h
patch
|
blob
|
history
diff --git
a/plat/renesas/rcar/include/platform_def.h
b/plat/renesas/rcar/include/platform_def.h
index 20fd712301df3d5df00763a402a3b464d81eee13..57399a248da42116f5f2e2857aa2b29e307e7d73 100644
(file)
--- a/
plat/renesas/rcar/include/platform_def.h
+++ b/
plat/renesas/rcar/include/platform_def.h
@@
-79,7
+79,7
@@
* Cortex-A53
* L1:I/32KB(16KBx2way) D/32KB(8KBx4way) L2:512KB(32KBx16way)
*/
-#define PLATFORM_CACHE_LINE_SIZE
128
+#define PLATFORM_CACHE_LINE_SIZE
64
#define PLATFORM_CLUSTER_COUNT U(2)
#define PLATFORM_CLUSTER0_CORE_COUNT U(4)
#define PLATFORM_CLUSTER1_CORE_COUNT U(4)